Add Mixpanel MCP connector to data, marketing, product-management, and design plugins#114
Open
smultani wants to merge 14 commits intoanthropics:mainfrom
Open
Add Mixpanel MCP connector to data, marketing, product-management, and design plugins#114smultani wants to merge 14 commits intoanthropics:mainfrom
smultani wants to merge 14 commits intoanthropics:mainfrom
Conversation
- Convert all commands/*.md files to skills/*/SKILL.md format - Merge 36 reference-skill pairs into their invokable counterparts - Mark reference-only skills as user-invocable: false - Expand descriptions for migrated skills with usage scenarios - Keep partner-built/ commands as-is - Remove bio-research from marketplace.json
Migrate commands to skills across all plugins
Bump minor version across all 14 plugins to reflect the migration from commands/ to skills/ format shipped in the previous merge.
…nd-deprecation Bump plugin versions after commands-to-skills migration
Expanded disclaimer to include jurisdictional customization requirements for the plugin.
…le (anthropics#63) When running inside Cowork, `claude plugin validate` may not be available. This adds a manual verification checklist covering plugin.json structure, naming conventions, component directories, and expected file formats. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…ipts (anthropics#82) Bare `except:` clauses catch `KeyboardInterrupt` and `SystemExit`, which can mask real errors and make debugging harder. Replace with `except Exception:` to preserve the intended error-suppression behavior while allowing system-level exceptions to propagate normally. Files changed: - bio-research/skills/nextflow-development/scripts/check_environment.py (4 sites) - bio-research/skills/nextflow-development/scripts/detect_data_type.py (1 site) Co-authored-by: haosenwang1018 <haosenwang1018@users.noreply.github.com>
…mand (anthropics#93) * feat(product-management): add brainstorming skill and /brainstorm command The product-management plugin covers structured PM outputs (specs, roadmaps, stakeholder updates) but lacks support for the divergent thinking that precedes them. This adds a brainstorming skill and command for exploring problem spaces, generating ideas, and stress-testing product thinking. New files: - skills/product-brainstorming/SKILL.md — brainstorming modes (problem exploration, solution ideation, assumption testing, strategy exploration), PM frameworks (HMW, JTBD, First Principles, SCAMPER, Opportunity Solution Trees, Reverse Brainstorming), session structure, thinking partner behaviors, and anti-patterns - commands/brainstorm.md — conversational brainstorming command with tool-augmented context gathering and structured session flow Updated: - README.md — added brainstorming to What It Does, Commands, Skills tables, and Example Workflows Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Add OODA Loop framework to product-brainstorming skill Adds Observe-Orient-Decide-Act as a brainstorming framework for competitive and time-pressured product decisions. Focuses on decision tempo and when to use OODA to break analysis paralysis in sessions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…s#124) The READMEs instructed users to place settings files in 'your project's .claude/ directory' — but Cowork has no project concept. Its .claude/ is ephemeral per-session app storage in ~/Library/Application Support/ that users can't practically access. Cowork users should instead place settings files in any folder shared with Cowork via the folder picker. The skill implementations already search freely with no hardcoded path, so this is purely a docs fix. Reported via Reddit: https://www.reddit.com/r/ClaudeCowork/comments/1rh875p/
tobinsouth
previously approved these changes
Mar 18, 2026
Definite is an all-in-one analytics platform (DuckDB warehouse, semantic modeling, BI, and AI) with an HTTP MCP server. Adds it to the data plugin alongside existing warehouse connectors. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Add amplitude-eu MCP server configuration for EU users alongside the existing US endpoint in data, marketing, and product-management. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
# Conflicts: # README.md # data/.mcp.json # data/README.md # marketing/.mcp.json # product-management/.mcp.json
tobinsouth
previously approved these changes
Mar 18, 2026
The merge-base changed after approval.
Author
|
hey @tobinsouth your previous review and approval might have been auto-dismissed. Let me know if you need anything from me. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mixpanel has a remote MCP server (https://mcp.mixpanel.com/mcp), which means it can now be a first-class connector rather than an "Other options" alternative.
Changes
.mcp.json — Added mixpanel server to data, marketing, product-management, and design
CONNECTORS.md — Moved Mixpanel from the Other options column to Included servers in all four plugins
README.md files — Updated connector lists and tool references in each plugin's README and the root marketplace table
Why
Mixpanel was already mentioned across several plugins as an analytics alternative, but it was grouped with tools that don't have MCP servers (Heap, FullStory, Google Analytics). Now that Mixpanel has a native MCP, it belongs as a pre-configured, ready-to-connect option.